projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f4bc67
)
(jka-compr-handler): Add safe-magic property.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Sep 2002 13:26:06 +0000
(13:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Sep 2002 13:26:06 +0000
(13:26 +0000)
lisp/jka-compr.el
patch
|
blob
|
history
diff --git
a/lisp/jka-compr.el
b/lisp/jka-compr.el
index f898bc98a4f3b56efe30d2e6a7b4468308224915..8e347c3b1f6fe2ca31d4c9bf31cf7087135e12df 100644
(file)
--- a/
lisp/jka-compr.el
+++ b/
lisp/jka-compr.el
@@
-757,6
+757,7
@@
There should be no more than seven characters after the final `/'."
Lisp programs can bind this to t to do that.
It is not recommended to set this variable permanently to anything but nil.")
+(put 'jka-compr-handler 'safe-magic t)
(defun jka-compr-handler (operation &rest args)
(save-match-data
(let ((jka-op (get operation 'jka-compr)))